home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFORMBWMCSETTINGS / TFORMBWMCSETTINGS.txt < prev   
Text File  |  2006-11-06  |  6KB  |  316 lines

  1. object FormBwMCSettings: TFormBwMCSettings
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 265
  7.   ClientWidth = 545
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   DesignSize = (
  17.     545
  18.     265)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GbIdenitites: TGroupBox
  22.     Left = 8
  23.     Top = 209
  24.     Width = 49
  25.     Height = 31
  26.     Caption = 'Other mail accounts to fetch messages from'
  27.     Enabled = False
  28.     TabOrder = 3
  29.     Visible = False
  30.     object ImgIdentities: TImage
  31.       Left = 16
  32.       Top = 29
  33.       Width = 24
  34.       Height = 24
  35.       Picture.Data = {<image000.bmp>}
  36.       Transparent = True
  37.     end
  38.     object LblMailDecription: TLabel
  39.       Left = 47
  40.       Top = 25
  41.       Width = 388
  42.       Height = 42
  43.       AutoSize = False
  44.       Caption = 
  45.         'Diino can automatically download messages from other e-mail acco' +
  46.         'unts you may have. Add your accounts here. Only checked accounts' +
  47.         ' will be processed.'
  48.       WordWrap = True
  49.     end
  50.     object BtnRemove: TButton
  51.       Left = 445
  52.       Top = 124
  53.       Width = 75
  54.       Height = 25
  55.       Action = AcRemove
  56.       TabOrder = 1
  57.     end
  58.     object BtnEdit: TButton
  59.       Left = 445
  60.       Top = 170
  61.       Width = 75
  62.       Height = 25
  63.       Action = AcEdit
  64.       TabOrder = 2
  65.     end
  66.     object BtnAdd: TButton
  67.       Left = 445
  68.       Top = 78
  69.       Width = 75
  70.       Height = 25
  71.       Action = AcAdd
  72.       TabOrder = 0
  73.     end
  74.     object Lv: TListView
  75.       Left = 16
  76.       Top = 70
  77.       Width = 420
  78.       Height = 125
  79.       Checkboxes = True
  80.       Columns = <
  81.         item
  82.           Caption = 'E-Mail Address'
  83.           Width = 210
  84.         end
  85.         item
  86.           Caption = 'Store In'
  87.           Width = 130
  88.         end
  89.         item
  90.           Caption = 'Type'
  91.           Width = 70
  92.         end>
  93.       GridLines = True
  94.       ReadOnly = True
  95.       RowSelect = True
  96.       PopupMenu = Pm
  97.       TabOrder = 3
  98.       ViewStyle = vsReport
  99.       OnChange = LvChange
  100.       OnDblClick = LvDblClick
  101.       OnKeyDown = LvKeyDown
  102.     end
  103.   end
  104.   object BtnOK: TButton
  105.     Left = 377
  106.     Top = 235
  107.     Width = 75
  108.     Height = 25
  109.     Anchors = [akRight, akBottom]
  110.     Caption = '&OK'
  111.     ModalResult = 1
  112.     TabOrder = 0
  113.     ExplicitTop = 238
  114.   end
  115.   object BtnCancel: TButton
  116.     Left = 461
  117.     Top = 235
  118.     Width = 75
  119.     Height = 25
  120.     Anchors = [akRight, akBottom]
  121.     Cancel = True
  122.     Caption = '&Cancel'
  123.     ModalResult = 2
  124.     TabOrder = 1
  125.     ExplicitTop = 238
  126.   end
  127.   object GbSMTP: TGroupBox
  128.     Left = 7
  129.     Top = 119
  130.     Width = 530
  131.     Height = 110
  132.     Caption = 'Server to use when sending E-mail messages'
  133.     TabOrder = 4
  134.     object LblSMTP: TLabel
  135.       Left = 165
  136.       Top = 22
  137.       Width = 65
  138.       Height = 13
  139.       Caption = 'SMTP Server:'
  140.     end
  141.     object LblUserName: TLabel
  142.       Left = 165
  143.       Top = 50
  144.       Width = 52
  145.       Height = 13
  146.       Caption = 'Username:'
  147.     end
  148.     object LblPassword: TLabel
  149.       Left = 165
  150.       Top = 79
  151.       Width = 50
  152.       Height = 13
  153.       Caption = 'Password:'
  154.     end
  155.     object Bevel: TBevel
  156.       Left = 150
  157.       Top = 19
  158.       Width = 20
  159.       Height = 84
  160.       Shape = bsLeftLine
  161.     end
  162.     object RbDiino: TRadioButton
  163.       Left = 9
  164.       Top = 23
  165.       Width = 130
  166.       Height = 17
  167.       Caption = 'Diino (Secure)'
  168.       TabOrder = 0
  169.       OnClick = SMTPChange
  170.     end
  171.     object RbCustom: TRadioButton
  172.       Left = 9
  173.       Top = 51
  174.       Width = 130
  175.       Height = 17
  176.       Caption = 'Custom (Insecure)'
  177.       TabOrder = 1
  178.       OnClick = SMTPChange
  179.     end
  180.     object EdSMTP: TEdit
  181.       Left = 275
  182.       Top = 19
  183.       Width = 160
  184.       Height = 21
  185.       TabOrder = 3
  186.       OnChange = SMTPChange
  187.     end
  188.     object EdUserName: TEdit
  189.       Left = 275
  190.       Top = 47
  191.       Width = 160
  192.       Height = 21
  193.       TabOrder = 4
  194.       OnChange = SMTPChange
  195.     end
  196.     object EdPassword: TEdit
  197.       Left = 275
  198.       Top = 78
  199.       Width = 160
  200.       Height = 21
  201.       PasswordChar = '*'
  202.       TabOrder = 5
  203.       OnChange = SMTPChange
  204.     end
  205.     object CbLogin: TCheckBox
  206.       Left = 27
  207.       Top = 77
  208.       Width = 97
  209.       Height = 17
  210.       Caption = 'Login required'
  211.       TabOrder = 2
  212.       OnClick = SMTPChange
  213.     end
  214.     object BtnTest: TButton
  215.       Left = 445
  216.       Top = 47
  217.       Width = 75
  218.       Height = 25
  219.       Action = AcTestSMTP
  220.       TabOrder = 6
  221.     end
  222.   end
  223.   object GbDiinoName: TGroupBox
  224.     Left = 8
  225.     Top = 4
  226.     Width = 528
  227.     Height = 113
  228.     Caption = 'Diino Mail Account'
  229.     TabOrder = 2
  230.     object LblDiinoName: TLabel
  231.       Left = 9
  232.       Top = 18
  233.       Width = 50
  234.       Height = 13
  235.       Caption = 'Full Name:'
  236.     end
  237.     object EdDiinoFullName: TEdit
  238.       Left = 9
  239.       Top = 34
  240.       Width = 510
  241.       Height = 21
  242.       TabOrder = 0
  243.     end
  244.     object CbForward: TTntCheckBox
  245.       Left = 9
  246.       Top = 61
  247.       Width = 460
  248.       Height = 17
  249.       Caption = 'Forward your Diino Mail to:'
  250.       TabOrder = 1
  251.       OnClick = ForwardChange
  252.     end
  253.     object EdForward: TEdit
  254.       Left = 26
  255.       Top = 81
  256.       Width = 247
  257.       Height = 21
  258.       TabOrder = 2
  259.       OnChange = ForwardChange
  260.     end
  261.     object CbForwardKeep: TTntCheckBox
  262.       Left = 290
  263.       Top = 83
  264.       Width = 235
  265.       Height = 17
  266.       Caption = 'Keep a copy on Diino'
  267.       TabOrder = 3
  268.       OnClick = ForwardChange
  269.     end
  270.   end
  271.   object AL: TActionList
  272.     Left = 96
  273.     Top = 206
  274.     object AcAdd: TAction
  275.       Caption = 'Add...'
  276.       OnExecute = AcAddExecute
  277.       OnUpdate = EventHandler
  278.     end
  279.     object AcRemove: TAction
  280.       Caption = 'Remove'
  281.       OnExecute = AcRemoveExecute
  282.       OnUpdate = EventHandler
  283.     end
  284.     object AcEdit: TAction
  285.       Caption = 'Edit'
  286.       OnExecute = AcEditExecute
  287.       OnUpdate = EventHandler
  288.     end
  289.     object AcPopulate: TAction
  290.       OnExecute = AcPopulateExecute
  291.       OnUpdate = EventHandler
  292.     end
  293.     object AcTestSMTP: TAction
  294.       Caption = 'Test SMTP'
  295.       OnExecute = AcTestSMTPExecute
  296.       OnUpdate = EventHandler
  297.     end
  298.   end
  299.   object Pm: TPopupMenu
  300.     Left = 128
  301.     Top = 206
  302.     object MiAdd: TMenuItem
  303.       Action = AcAdd
  304.     end
  305.     object MiEdit: TMenuItem
  306.       Action = AcEdit
  307.     end
  308.     object N1: TMenuItem
  309.       Caption = '-'
  310.     end
  311.     object MiRemove: TMenuItem
  312.       Action = AcRemove
  313.     end
  314.   end
  315. end
  316.